mirror of
https://github.com/funkemunky/KDE-x86_64-v4-Fedora.git
synced 2026-05-31 00:51:56 +00:00
59 lines
1.2 KiB
Diff
59 lines
1.2 KiB
Diff
diff --git a/tests/exec.right b/tests/exec.right
|
|
--- a/tests/exec.right
|
|
+++ b/tests/exec.right
|
|
@@ -79,7 +79,6 @@ this is ohio-state
|
|
1
|
|
0
|
|
testb
|
|
-expand_aliases on
|
|
1
|
|
1
|
|
1
|
|
diff --git a/tests/execscript b/tests/execscript
|
|
--- a/tests/execscript
|
|
+++ b/tests/execscript
|
|
@@ -148,8 +148,6 @@ ${THIS_SH} ./exec6.sub
|
|
# checks for properly deciding what constitutes an executable file
|
|
${THIS_SH} ./exec7.sub
|
|
|
|
-${THIS_SH} -i ${PWD}/exec8.sub
|
|
-
|
|
${THIS_SH} ./exec9.sub
|
|
|
|
${THIS_SH} ./exec10.sub
|
|
diff --git a/tests/read.right b/tests/read.right
|
|
--- a/tests/read.right
|
|
+++ b/tests/read.right
|
|
@@ -52,18 +52,6 @@ a = abc
|
|
<$'spring\375'>
|
|
<summer>
|
|
<automn>
|
|
-timeout 1: ok
|
|
-unset or null 1
|
|
-timeout 2: ok
|
|
-unset or null 2
|
|
-timeout 3: ok
|
|
-unset or null 3
|
|
-./read2.sub: line 45: read: -3: invalid timeout specification
|
|
-1
|
|
-
|
|
-abcde
|
|
-abcde
|
|
-abcde
|
|
./read3.sub: line 17: read: -1: invalid number
|
|
abc
|
|
defg
|
|
diff --git a/tests/read.tests b/tests/read.tests
|
|
--- a/tests/read.tests
|
|
+++ b/tests/read.tests
|
|
@@ -108,9 +108,6 @@ echo a = $a b = $b c = $c stat = $?
|
|
# test read -d delim behavior
|
|
${THIS_SH} ./read1.sub
|
|
|
|
-# test read -t timeout behavior
|
|
-${THIS_SH} ./read2.sub
|
|
-
|
|
# test read -n nchars behavior
|
|
${THIS_SH} ./read3.sub
|
|
|