diff options
Diffstat (limited to 'tests/test_no_sep_ending.c')
-rw-r--r-- | tests/test_no_sep_ending.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_no_sep_ending.c b/tests/test_no_sep_ending.c index 2f86270..cedf572 100644 --- a/tests/test_no_sep_ending.c +++ b/tests/test_no_sep_ending.c @@ -14,6 +14,5 @@ int main() { cleanpath_free(path); len = strlen(result); - puts(result); myassert(len && *(result + (len - 1)) != TEST_SEP[0], "Result ends with a separator:\n'%s'", result); } |