From 9de44901772c50ac2f8158b8921bfdf027e577d6 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 10 Oct 2020 08:17:38 +0200 Subject: [PATCH] tests --- tests-ng/compare-ignore-relative.sh | 2 +- tests-ng/compare-ignore.sh | 2 +- tests-ng/corner-case.sh | 2 +- tests-ng/diff-cmd.sh | 2 +- tests-ng/global-compare-ignore.sh | 2 +- tests-ng/global-update-ignore.sh | 2 +- tests-ng/install-ignore.sh | 2 +- tests-ng/update-ignore-relative.sh | 2 +- tests-ng/update-ignore.sh | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests-ng/compare-ignore-relative.sh b/tests-ng/compare-ignore-relative.sh index a8c1260..4b9278c 100755 --- a/tests-ng/compare-ignore-relative.sh +++ b/tests-ng/compare-ignore-relative.sh @@ -7,7 +7,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f" diff --git a/tests-ng/compare-ignore.sh b/tests-ng/compare-ignore.sh index 53d86c9..cf162c4 100755 --- a/tests-ng/compare-ignore.sh +++ b/tests-ng/compare-ignore.sh @@ -7,7 +7,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f" diff --git a/tests-ng/corner-case.sh b/tests-ng/corner-case.sh index 1bc4e2a..bea39c1 100755 --- a/tests-ng/corner-case.sh +++ b/tests-ng/corner-case.sh @@ -12,7 +12,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f" diff --git a/tests-ng/diff-cmd.sh b/tests-ng/diff-cmd.sh index b09378d..166135d 100755 --- a/tests-ng/diff-cmd.sh +++ b/tests-ng/diff-cmd.sh @@ -7,7 +7,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f" diff --git a/tests-ng/global-compare-ignore.sh b/tests-ng/global-compare-ignore.sh index 056be9a..5f9ef10 100755 --- a/tests-ng/global-compare-ignore.sh +++ b/tests-ng/global-compare-ignore.sh @@ -7,7 +7,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f" diff --git a/tests-ng/global-update-ignore.sh b/tests-ng/global-update-ignore.sh index 5a387a6..4983d96 100755 --- a/tests-ng/global-update-ignore.sh +++ b/tests-ng/global-update-ignore.sh @@ -7,7 +7,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f" diff --git a/tests-ng/install-ignore.sh b/tests-ng/install-ignore.sh index adc4298..64bdab2 100755 --- a/tests-ng/install-ignore.sh +++ b/tests-ng/install-ignore.sh @@ -7,7 +7,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f" diff --git a/tests-ng/update-ignore-relative.sh b/tests-ng/update-ignore-relative.sh index 09d4021..d2302d5 100755 --- a/tests-ng/update-ignore-relative.sh +++ b/tests-ng/update-ignore-relative.sh @@ -7,7 +7,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f" diff --git a/tests-ng/update-ignore.sh b/tests-ng/update-ignore.sh index af9e34c..a16e8af 100755 --- a/tests-ng/update-ignore.sh +++ b/tests-ng/update-ignore.sh @@ -7,7 +7,7 @@ # # exit on first error -#set -e +set -e # all this crap to get current path rl="readlink -f"