aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test3.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test3.in')
-rw-r--r--tests/test3.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/test3.in b/tests/test3.in
index 7346dc84..4b26d787 100644
--- a/tests/test3.in
+++ b/tests/test3.in
@@ -127,15 +127,3 @@ else
end
-# Test universal variable erasing
-
-set -e foo
-../fish -c "set -U foo bar"
-
-if set -q foo
- echo Test 11 pass
-else
- echo Test 11 fail
-end
-
-set -eU foo \ No newline at end of file