ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / test / auto-test
1 #!/bin/sh
2
3 #    This is what we used to do, needs a little work
4 # to be save and avoid the libefs mess.
5 #
6 # ./test-shell < test.cmds | diff -a -u - test.output
7
8 if ./test-async $SRCDIR/test.input; then
9     echo "Test passed"
10 else
11     echo "Test failed"
12     exit 1
13 fi