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/loop2.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/loop2.c')
| -rw-r--r-- | validation/backend/loop2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/backend/loop2.c b/validation/backend/loop2.c index 279af214..d827b5d3 100644 --- a/validation/backend/loop2.c +++ b/validation/backend/loop2.c @@ -10,5 +10,5 @@ static void test(void) /* * check-name: Loops with unused counter - * check-command: ./sparsec -c $file -o tmp.o + * check-command: sparsec -c $file -o tmp.o */ |
