aboutsummaryrefslogtreecommitdiffhomepage
path: root/fish_tests.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-16 11:51:36 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-16 11:51:36 -0700
commit5fb97f05a3bbe4ee0dee85d4786769622d2300c4 (patch)
treec875aee04274442e6dd0af2b34b6aaeec35d2fa4 /fish_tests.cpp
parent618b42980d48ecdcba20bd9a529d113a0365f9cb (diff)
Fixed "Expansion not correctly handling literal path components in dotfiles" test
Diffstat (limited to 'fish_tests.cpp')
-rw-r--r--fish_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fish_tests.cpp b/fish_tests.cpp
index cc39d3a2..07e51f21 100644
--- a/fish_tests.cpp
+++ b/fish_tests.cpp
@@ -589,7 +589,7 @@ static void test_expand()
{
err( L"Expansion not correctly handling dotfiles" );
}
- if (! expand_test( L"/tmp/fish_expand_test/./.*", 0, L"/tmp/fish_expand_test/.foo", 0 ))
+ if (! expand_test( L"/tmp/fish_expand_test/./.*", 0, L"/tmp/fish_expand_test/./.foo", 0 ))
{
err( L"Expansion not correctly handling literal path components in dotfiles" );
}