Skip to content

Commit

Permalink
Do not test universal variable functionality since it relies on fish …
Browse files Browse the repository at this point in the history
…to be installed

darcs-hash:20060718173711-ac50b-1feae98c4c283bfa5bbc8dfedec3eb4641316a8d.gz
  • Loading branch information
liljencrantz committed Jul 18, 2006
1 parent 0811613 commit bef7fff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions tests/test3.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion tests/test3.out
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ Test 7 pass
Test 8 pass
Test 9 pass
Test 10 pass
Test 11 pass

0 comments on commit bef7fff

Please sign in to comment.