diff options
author | tamil <tamil.muthamizhan@inktank.com> | 2013-02-12 10:55:27 -0800 |
---|---|---|
committer | tamil <tamil.muthamizhan@inktank.com> | 2013-02-12 10:55:39 -0800 |
commit | e2b8e0f13cea1ec0a5688b07032f5a392cce1049 (patch) | |
tree | e82404f7398ae99e2cc56f57bf8d764366f36958 | |
parent | 0942e005448efb60ab31fe98f156d1f1b0e377cd (diff) | |
download | ceph-e2b8e0f13cea1ec0a5688b07032f5a392cce1049.tar.gz |
modified the perl file name
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
-rwxr-xr-x | qa/workunits/rbd/run_cli_tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/workunits/rbd/run_cli_tests.sh b/qa/workunits/rbd/run_cli_tests.sh index faae4868098..d628109c3ae 100755 --- a/qa/workunits/rbd/run_cli_tests.sh +++ b/qa/workunits/rbd/run_cli_tests.sh @@ -1,7 +1,7 @@ #!/bin/bash -wget -q http://ceph.com/qa/rbd_cli_tests.pl +wget -q http://ceph.com/qa/rbd_cli_tests.pls wget -q http://ceph.com/qa/RbdLib.pm -sudo perl rbd_cli_tests.pl --pool test +perl rbd_cli_tests.pls --pool test exit 0 |