X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/dda9802233e27008cdd3206d4474be69d54a55b0..9bb603de8a2a49172513c41ccc8fb4309f90bb95:/t/300-add.t?ds=sidebyside 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`;