mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-12 10:22:38 +02:00
*** empty log message ***
This commit is contained in:
@@ -27,6 +27,12 @@ fi
|
||||
|
||||
fail=0
|
||||
|
||||
FIXME > out || fail=1
|
||||
cat <<EOF > exp
|
||||
FIXME
|
||||
EOF
|
||||
|
||||
cmp out exp || fail=1
|
||||
test $fail = 1 && diff out exp 2> /dev/null
|
||||
|
||||
(exit $fail); exit
|
||||
|
||||
Reference in New Issue
Block a user