aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/backend/arithmetic-ops.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/arithmetic-ops.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/arithmetic-ops.c')
-rw-r--r--validation/backend/arithmetic-ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/backend/arithmetic-ops.c b/validation/backend/arithmetic-ops.c
index 7c299d03..55996d9c 100644
--- a/validation/backend/arithmetic-ops.c
+++ b/validation/backend/arithmetic-ops.c
@@ -90,5 +90,5 @@ static unsigned int umod(unsigned int x, unsigned int y)
/*
* check-name: Arithmetic operator code generation
- * check-command: ./sparsec -c $file -o tmp.o
+ * check-command: sparsec -c $file -o tmp.o
*/