aboutsummaryrefslogtreecommitdiffstats
path: root/test.d
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-06 22:48:00 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-06 22:48:00 +0200
commitfb7d719933c664592e427496c7941d4577c82bd5 (patch)
tree4fbc8346c604d3ac9ff643862248a909a465d66c /test.d
parentfix incorrect detection of conflicting arguments (diff)
downloadmds-fb7d719933c664592e427496c7941d4577c82bd5.tar.gz
mds-fb7d719933c664592e427496c7941d4577c82bd5.tar.bz2
mds-fb7d719933c664592e427496c7941d4577c82bd5.tar.xz
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test.d')
-rwxr-xr-xtest.d/mds-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.d/mds-server b/test.d/mds-server
index 170e444..0b9e27f 100755
--- a/test.d/mds-server
+++ b/test.d/mds-server
@@ -1,6 +1,6 @@
#!/bin/sh
-if [ -z "${NO_VALGRING}" ]; then
+if [ -z "${NO_VALGRIND}" ]; then
exec valgrind --leak-check=full --show-leak-kinds=all "$0".real "$@"
else
exec "$0".real "$@"