diff options
Diffstat (limited to 'tests/encryption/crypt.t')
-rwxr-xr-x | tests/encryption/crypt.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/encryption/crypt.t b/tests/encryption/crypt.t index ecfe005202d..efd8852e2ec 100755 --- a/tests/encryption/crypt.t +++ b/tests/encryption/crypt.t @@ -39,7 +39,7 @@ TEST $CLI volume start $V0; EXPECT 'Started' volinfo_field $V0 'Status'; ## Mount the volume -TEST glusterfs --volfile-server=$H0 --volfile-id=$V0 $M0; +TEST $GFS --volfile-server=$H0 --volfile-id=$V0 $M0; ## Testing writev, readv, ftruncate: ## Create fragmented files and compare them with the reference files |