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/union.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/union.c')
| -rw-r--r-- | validation/backend/union.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/backend/union.c b/validation/backend/union.c index e155f6ad..7ec35c7a 100644 --- a/validation/backend/union.c +++ b/validation/backend/union.c @@ -8,5 +8,5 @@ static union foo foo; /* * check-name: Union code generation - * check-command: ./sparsec -c $file -o tmp.o + * check-command: sparsec -c $file -o tmp.o */ |
