aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/source2.tests
diff options
context:
space:
mode:
Diffstat (limited to 'shell/hush_test/hush-misc/source2.tests')
-rwxr-xr-xshell/hush_test/hush-misc/source2.tests11
1 files changed, 3 insertions, 8 deletions
diff --git a/shell/hush_test/hush-misc/source2.tests b/shell/hush_test/hush-misc/source2.tests
index 40b6b83cd..1870cdf7e 100755
--- a/shell/hush_test/hush-misc/source2.tests
+++ b/shell/hush_test/hush-misc/source2.tests
@@ -1,8 +1,3 @@
-echo 'echo "0:$0 1:$1 2:$2"' >sourced1
-set -- 1 2 3
-"$THIS_SH" -c '. ./sourced1' arg0 arg1 arg2
-echo Ok1:$?
-"$THIS_SH" -c '. ./sourced1 q w e' arg0 arg1 arg2
-echo Ok2:$?
-
-rm sourced1
+false
+. /dev/null
+echo Done: $?