Lines Matching refs:x
48 for x in run-*; do
49 test -f "$x" || continue
50 case "$x" in
55 echo -n "$1/$x:"
56 sh "$x" >"$TOPDIR/$noslash-$x.fail" 2>&1 && \
57 { { echo " ok"; rm "$TOPDIR/$noslash-$x.fail"; } || echo " fail"; }
63 for x in *.tests; do
64 test -x "$x" || continue
68 echo -n "$1/$x:"
70 "$THIS_SH" "./$x" >"$name.xx" 2>&1
76 test $r -eq 77 && rm -f "$TOPDIR/$noslash-$x.fail" && exit 77
77 diff -u "$name.xx" "$name.right" >"$TOPDIR/$noslash-$x.fail" \
78 && rm -f "$name.xx" "$TOPDIR/$noslash-$x.fail"