X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/dda9802233e27008cdd3206d4474be69d54a55b0..8f4180366d4a5541f7042d24a1fc424b26e41bb9:/t/300-add.t diff --git a/t/300-add.t b/t/300-add.t index f16f6e1..6c8b9cd 100644 --- a/t/300-add.t +++ b/t/300-add.t @@ -18,7 +18,7 @@ eval { die $@ if $@; -system ("./vcsh -d test1 add 'a'"); +system ("./vcsh test1 add 'a'"); my $output = `./vcsh status`;