aboutsummaryrefslogtreecommitdiffstats
path: root/tests/busybox/resource/fix_duplicate_case_names.patch
blob: 48ec7e68adada6468f5d8f13bcfa303b69370244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/testsuite/seq.tests	2022-09-17 05:04:32.499945716 +0000
+++ b/testsuite/seq.tests	2022-09-17 05:07:26.515945612 +0000
@@ -14,8 +14,8 @@
 
 # Test exit status
 
-testing "seq (exit with error)" "seq 2> /dev/null || echo yes" "yes\n" "" ""
-testing "seq (exit with error)" "seq 1 2 3 4 2> /dev/null || echo yes" \
+testing "seq one argument (exit with error)" "seq 2> /dev/null || echo yes" "yes\n" "" ""
+testing "seq five arguments (exit with error)" "seq 1 2 3 4 2> /dev/null || echo yes" \
 	"yes\n" "" ""
 testing "seq one argument" "seq 3" "1\n2\n3\n" "" ""
 testing "seq two arguments" "seq 5 7" "5\n6\n7\n" "" ""