]> Cypherpunks.ru repositories - goredo.git/blob - t/goredo-$1-touch.t
Download link for 2.6.2 release
[goredo.git] / t / goredo-$1-touch.t
1 #!/bin/sh
2
3 testname=`basename "$0"`
4 test_description="Check failing if unexistent \$1 is touched"
5 . $SHARNESS_TEST_SRCDIR/sharness.sh
6 export REDO_TOP_DIR="`pwd`" REDO_NO_PROGRESS=1
7
8 echo touch \$1 > foo.do
9 test_expect_success "it fails" 'redo foo ; [ $? = 1 ]'
10
11 test_done