aboutsummaryrefslogtreecommitdiff
path: root/tests/test_no_sep_ending.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2022-02-15 10:26:37 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2022-02-15 10:26:37 -0500
commitf8716a62249c96d3ee7122585db51b13ce66ecce (patch)
treecea451ee464c021816f7431c3dd902d3f42d887f /tests/test_no_sep_ending.c
parent15ba3bc645c7620cdbaf261f8ba4634cd2a932a0 (diff)
downloadcleanpath-f8716a62249c96d3ee7122585db51b13ce66ecce.tar.gz
Fix tests
Diffstat (limited to 'tests/test_no_sep_ending.c')
-rw-r--r--tests/test_no_sep_ending.c1
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);
}