+ very few test cases in form of text file

This commit is contained in:
nicobo 2015-09-17 01:10:20 +02:00
parent 3ac9338aca
commit a843f413de

5
src/test/README.md Executable file
View file

@ -0,0 +1,5 @@
Some 'by hand' test cases
=========================
* Always OK user command : `sh -c "exit 0"`
* Groups command with special characters : `sh -c 'echo "user,gro${U}up"'`