Skip to content

Commit 5627f3c

Browse files
committed
test scripts are updated.
1 parent 61c4f67 commit 5627f3c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

scripts/test-2.7.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
set -eu
2+
set -e
33

44
mkdir 2.7
55
cd 2.7

scripts/test-3.4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
set -eu
2+
set -e
33

44
mkdir 3.4
55
cd 3.4

scripts/test-3.5.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
set -eu
2+
set -e
33

44
mkdir 3.5
55
cd 3.5

0 commit comments

Comments
 (0)