diff options
-rw-r--r-- | scripts/runtest.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runtest.sh b/scripts/runtest.sh index 75872c9e..04af2f8b 100644 --- a/scripts/runtest.sh +++ b/scripts/runtest.sh @@ -178,7 +178,7 @@ do_fail() txpect() { # Run command with redirection through fifos - NAME="$1" + NAME="$CMDNAME $1" CASE= if [ $# -lt 2 ] || ! mkfifo in-$$ out-$$ err-$$ |