aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/bool-test.c
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-05-28 17:14:23 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-05-28 21:10:26 +0200
commit914904553e9b48d0b5b0fa8dba6cb4daa08aeea0 (patch)
treed360316f563d72eb94294d5aa1b699b3a4c8191b /validation/backend/bool-test.c
parentd13daddac87692bcc444eecd502539035153848c (diff)
downloadsparse-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/bool-test.c')
-rw-r--r--validation/backend/bool-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/backend/bool-test.c b/validation/backend/bool-test.c
index a6f33a1a..cd20a4bd 100644
--- a/validation/backend/bool-test.c
+++ b/validation/backend/bool-test.c
@@ -5,5 +5,5 @@ static _Bool return_false(void)
/*
* check-name: Boolean type code generation
- * check-command: ./sparsec -c $file -o tmp.o
+ * check-command: sparsec -c $file -o tmp.o
*/