diff options
author | Mattias Andrée <maandree@kth.se> | 2016-04-21 12:28:37 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-04-21 12:28:37 +0200 |
commit | 6f11e847a0c3ad756598ab6b9d7faf8db1999709 (patch) | |
tree | e9c47ce735e4243606052a5dca2d3fcc9b0f35ab /README | |
parent | m (diff) | |
download | base-util-tests-6f11e847a0c3ad756598ab6b9d7faf8db1999709.tar.gz base-util-tests-6f11e847a0c3ad756598ab6b9d7faf8db1999709.tar.bz2 base-util-tests-6f11e847a0c3ad756598ab6b9d7faf8db1999709.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ You can also run indiviual tests: env [PREFIX=valgrind] [<UTIL>=<pathname>] ./<util>-test/test [<tests>...] -(<UTIL> is uppercase of <util> with _ instead of - (that is, `tr [a-z-] [A-Z_]`)) +(<UTIL> is uppercase of <util> with _ instead of - (that is, `tr '[a-z-]' '[A-Z_]'`)) here, <pathname> usually require the prefix ../ unless it is an absolute path, but sometimes the prefix ../../ is required. |