diff options
Diffstat (limited to 'tests/features/ssl-authz.t')
-rwxr-xr-x | tests/features/ssl-authz.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/ssl-authz.t b/tests/features/ssl-authz.t index f6c56bcaa53..fa241907b9f 100755 --- a/tests/features/ssl-authz.t +++ b/tests/features/ssl-authz.t @@ -44,7 +44,7 @@ TEST $CLI volume start $V0 # This mount should FAIL because the identity given by our certificate does not # match the allowed user. In other words, authentication works (they know who # we are) but authorization doesn't (we're not the right person). -TEST glusterfs --volfile-server=$H0 --volfile-id=$V0 $M0 +TEST $GFS --volfile-server=$H0 --volfile-id=$V0 $M0 # Looks like /*/bin/glusterfs isn't returning error status correctly (again). # Actually try doing something to get a real error. |