move --version test

This commit is contained in:
Thomas Levine 2016-02-28 19:47:07 +00:00
parent 4e2ba32e98
commit e0fc0356a9
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +0,0 @@
#!/bin/sh
../urchin -v | grep '[0-9.]\{3,\}'

2
tests/Flags/--version Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
../../urchin --version | grep '[0-9.]\{3,\}'