Delete test/bin/fsh

It has been replaced with test_fsh().

License: MIT
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
This commit is contained in:
Christian Couder 2015-01-24 21:20:41 +01:00
parent fa13afa5ca
commit bbb6196d12

View File

@ -1,13 +0,0 @@
#!/bin/sh
# Author: Juan Batiz-Benet <juan@benet.ai>
# MIT LICENSED
# verbose eval, and exit with error, so we can avoid writing:
# echo "cat version.txt" && cat version.txt && false
# echo "# > $@"
# eval $@ | sed -e 's/^/# /'
echo "> $@"
eval $@
echo ""
exit 1