X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-spawn-pipe.sh;h=676026c86e3210af63944b613c8d43abebf73f1e;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=d650c057862e26701eb942eb05d9716801d772ed;hpb=8a1f6249804a216743e8413158725145884d921b;p=gnulib.git diff --git a/tests/test-spawn-pipe.sh b/tests/test-spawn-pipe.sh index d650c0578..676026c86 100755 --- a/tests/test-spawn-pipe.sh +++ b/tests/test-spawn-pipe.sh @@ -2,7 +2,7 @@ st=0 for i in 0 1 2 3 4 5 6 7 ; do - ./test-spawn-pipe${EXEEXT} ./test-spawn-pipe-child${EXEEXT} $i \ + ./test-spawn-pipe-main${EXEEXT} ./test-spawn-pipe-child${EXEEXT} $i \ || { echo test-spawn-pipe.sh: iteration $i failed >&2; st=1; } done exit $st