]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: fix incorrect `|| fail` pattern in tests
authorPádraig Brady <P@draigBrady.com>
Sat, 29 Feb 2020 20:48:58 +0000 (20:48 +0000)
committerPádraig Brady <P@draigBrady.com>
Sat, 29 Feb 2020 22:45:00 +0000 (22:45 +0000)
commitea1c1b75153740355fd54c4455237be1f8cbd427
tree6144b57ce379287b8e33a476f6db7eb2a90990b8
parentde73a867ca989e6cf1929f511d2679aa2085c2be
tests: fix incorrect `|| fail` pattern in tests

* tests/ls/stat-free-symlinks.sh: s/|| fail/|| fail=1/.
* tests/misc/tee.sh: Likewise.
* tests/touch/relative.sh: Likewise.
* cfg.mk (sc_prohibit_or_fail): A new syntax-check to avoid this.
cfg.mk
tests/ls/stat-free-symlinks.sh
tests/misc/tee.sh
tests/touch/relative.sh