From c525fdc6bd79684da196e0fe7ca5630c1bac8f21 Mon Sep 17 00:00:00 2001 From: Amar Tumballi Date: Mon, 10 Jun 2019 09:39:38 +0530 Subject: tests: keep glfsxmp in tests directory this is critical so all the tests will be contained in the same directory, and one can just 'cp -a tests/ /' and run glusterfs tests. only 'glfsxmp.c' was an exception as it was just copying the file from api example directory. Now moved it to tests. updates: bz#1193929 Change-Id: I00359d64be580bffc5b3c3a090968d86c2c6952a Signed-off-by: Amar Tumballi --- tests/basic/sdfs-sanity.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/basic/sdfs-sanity.t') diff --git a/tests/basic/sdfs-sanity.t b/tests/basic/sdfs-sanity.t index c6fcac41297..16d0bed866f 100644 --- a/tests/basic/sdfs-sanity.t +++ b/tests/basic/sdfs-sanity.t @@ -19,7 +19,7 @@ TEST $GFS -s $H0 --volfile-id $V0 $M1; # create operations TEST $(dirname $0)/rpc-coverage.sh $M1 -TEST cp $(dirname ${0})/../../api/examples/glfsxmp.c glfsxmp.c +TEST cp $(dirname ${0})/gfapi/glfsxmp-coverage.c glfsxmp.c TEST build_tester ./glfsxmp.c -lgfapi TEST ./glfsxmp $V0 $H0 TEST cleanup_tester ./glfsxmp -- cgit