diff options
author | James Peach <jpeach@samba.org> | 2010-03-19 21:24:15 -0700 |
---|---|---|
committer | James Peach <jpeach@apple.com> | 2010-06-21 08:58:10 -0700 |
commit | 9f697903556529bb4fedd73d027c317e56f6bf21 (patch) | |
tree | 82283996917ec57011dcc62d448ee64fbe4f6032 /lib/torture | |
parent | a5e14bded48ac53e21307eda1c9767be64b39a17 (diff) | |
download | samba-9f697903556529bb4fedd73d027c317e56f6bf21.tar.gz samba-9f697903556529bb4fedd73d027c317e56f6bf21.tar.bz2 samba-9f697903556529bb4fedd73d027c317e56f6bf21.zip |
smbtorture: Move interactive shell into a separate file.
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/torture.c | 2 | ||||
-rw-r--r-- | lib/torture/torture.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c index dcb28eefb0..4333f98990 100644 --- a/lib/torture/torture.c +++ b/lib/torture/torture.c @@ -305,7 +305,7 @@ bool torture_run_suite(struct torture_context *context, } bool torture_run_suite_restricted(struct torture_context *context, - struct torture_suite *suite, char **restricted) + struct torture_suite *suite, const char **restricted) { /* FIXME */ return false; diff --git a/lib/torture/torture.h b/lib/torture/torture.h index 931937c118..6482e89b94 100644 --- a/lib/torture/torture.h +++ b/lib/torture/torture.h @@ -221,7 +221,7 @@ bool torture_run_suite(struct torture_context *context, /* Run the specified testsuite recursively, but only the specified * tests */ bool torture_run_suite_restricted(struct torture_context *context, - struct torture_suite *suite, char **restricted); + struct torture_suite *suite, const char **restricted); /* Run the specified testcase */ bool torture_run_tcase(struct torture_context *context, |