aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/run-all
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash_test/run-all')
-rwxr-xr-xshell/ash_test/run-all3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ash_test/run-all b/shell/ash_test/run-all
index caf033577..b9f5ee788 100755
--- a/shell/ash_test/run-all
+++ b/shell/ash_test/run-all
@@ -61,7 +61,8 @@ do_test()
61# echo Running test: "$x" 61# echo Running test: "$x"
62 echo -n "$1/$x:" 62 echo -n "$1/$x:"
63 { 63 {
64 "$THIS_SH" "./$x" >"$name.xx" 2>&1 64 "$THIS_SH" "./$x" 2>&1 | \
65 grep -va "^ash: using fallback suid method$" >"$name.xx"
65 diff -u "$name.xx" "$name.right" >"$TOPDIR/$noslash-$x.fail" \ 66 diff -u "$name.xx" "$name.right" >"$TOPDIR/$noslash-$x.fail" \
66 && rm -f "$name.xx" "$TOPDIR/$noslash-$x.fail" 67 && rm -f "$name.xx" "$TOPDIR/$noslash-$x.fail"
67 } && echo " ok" || echo " fail" 68 } && echo " ok" || echo " fail"