]> granicus.if.org Git - strace/commitdiff
tests/opipe.test: remove unneeded run_prog call
authorEugene Syromyatnikov <evgsyr@gmail.com>
Sun, 3 Jun 2018 08:23:56 +0000 (10:23 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 4 Jun 2018 16:18:14 +0000 (16:18 +0000)
There is no need to invoke grep using run_prog.

* tests/opipe.test: Remove run_prog decoration for the grep invocation.

tests/opipe.test

index f622045be3332773474e8420614b6dbe9f5ab3f1..db449bb7c0d52f5b40410b1fdd1f205074c4eca8 100755 (executable)
@@ -5,7 +5,7 @@
 . "${srcdir=.}/init.sh"
 
 check_prog grep
-run_prog grep chdir $srcdir/umovestr.expected > "$EXP"
+grep chdir $srcdir/umovestr.expected > "$EXP"
 run_prog ../umovestr
 
 $STRACE -o "|cat > $LOG && $SLEEP_A_BIT && grep chdir < $LOG > $OUT" -e chdir $args ||