diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-06 22:48:00 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-06 22:48:00 +0200 |
commit | fb7d719933c664592e427496c7941d4577c82bd5 (patch) | |
tree | 4fbc8346c604d3ac9ff643862248a909a465d66c /test.d | |
parent | fix incorrect detection of conflicting arguments (diff) | |
download | mds-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-x | test.d/mds-server | 2 |
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 "$@" |