5 if test "$VERBOSE" = yes; then
10 # Make sure we get English translations.
11 .
$srcdir/..
/lang-default
16 mkdir
$tmp || test_failure
=1
17 cd $tmp || test_failure
=1
18 echo foo
> a || test_failure
=1
19 ln -s . b || test_failure
=1
21 if test $test_failure = 1; then
22 echo 'failure in testing framework'
27 ln -sf a b
> err
2>&1 && fail
=1
29 *'are the same file') ;;