diff options
author | Karel Zak <kzak@redhat.com> | 2009-02-18 15:43:34 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2009-02-18 15:43:34 +0100 |
commit | 33bbc9593708f33815ce666d9eab43d5381e30cd (patch) | |
tree | 2b671fc55effd43ad242aeab48e661e319daac52 /lib/ismounted.c | |
parent | fe9274bf4be733b79a26ab1bb315c372ecf6146d (diff) | |
download | util-linux-old-33bbc9593708f33815ce666d9eab43d5381e30cd.tar.gz |
lib: add test_ismounted for regression test
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/ismounted.c')
-rw-r--r-- | lib/ismounted.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ismounted.c b/lib/ismounted.c index 4c164a95..79a1df6a 100644 --- a/lib/ismounted.c +++ b/lib/ismounted.c @@ -185,7 +185,7 @@ int is_mounted(const char *file) return mount_flags; } -#ifdef DEBUG +#ifdef TEST_PROGRAM int main(int argc, char **argv) { if (argc < 2) { |