diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-05-28 17:14:23 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-05-28 21:10:26 +0200 |
| commit | 914904553e9b48d0b5b0fa8dba6cb4daa08aeea0 (patch) | |
| tree | d360316f563d72eb94294d5aa1b699b3a4c8191b /validation/backend/sum.c | |
| parent | d13daddac87692bcc444eecd502539035153848c (diff) | |
| download | sparse-dev-914904553e9b48d0b5b0fa8dba6cb4daa08aeea0.tar.gz | |
testsuite: remove unneeded './' before commands
Some testcase have their command specified as './<command name>'
but the './' part is unneeded as all commands are first prefixed
with '../' before being run.
Furthermore, the possible presence of these './' force the
use of 'basename' when filtering out the disabled commands.
Change this by stripping the './' where is was used.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/backend/sum.c')
| -rw-r--r-- | validation/backend/sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/backend/sum.c b/validation/backend/sum.c index c9451d4b..06042999 100644 --- a/validation/backend/sum.c +++ b/validation/backend/sum.c @@ -19,7 +19,7 @@ int main(int argc, char **argv) /* * check-name: sum from 1 to n - * check-command: ./sparsei $file + * check-command: sparsei $file * * check-output-start 15 |
