diff options
Diffstat (limited to 'tests/basic/gfapi/gfapi-trunc.sh')
| -rwxr-xr-x | tests/basic/gfapi/gfapi-trunc.sh | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/basic/gfapi/gfapi-trunc.sh b/tests/basic/gfapi/gfapi-trunc.sh deleted file mode 100755 index ce604f4d098..00000000000 --- a/tests/basic/gfapi/gfapi-trunc.sh +++ /dev/null @@ -1,29 +0,0 @@ -#!/bin/bash - -. $(dirname $0)/../../include.rc -. $(dirname $0)/../../volume.rc - -TEST glusterd - -TEST $CLI volume create $V0 localhost:$B0/brick1; -EXPECT 'Created' volinfo_field $V0 'Status'; - -TEST $CLI volume start $V0; -EXPECT 'Started' volinfo_field $V0 'Status'; - -logdir=`gluster --print-logdir` - -# Special Snowflake NetBSD isn't set up to run tests that involve building -# executables. Until that's fixed somewhere else, patch things up here. -if [ x"$OSTYPE" = x"NetBSD" ]; then - mkdir -p $logdir - extra_cflags="-I/build/install/include -L/build/install/lib" -fi - -build_tester $(dirname $0)/gfapi-trunc.c -lgfapi -o $(dirname $0)/gfapi-trunc - -TEST ./$(dirname $0)/gfapi-trunc $V0 $logdir/gfapi-trunc.log - -cleanup_tester $(dirname $0)/gfapi-trunc - -cleanup; |
