s4:torture:smb2: fix superfluous newline
authorGregor Beck <gbeck@sernet.de>
Thu, 30 May 2013 08:24:34 +0000 (10:24 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 9 May 2014 10:58:16 +0000 (12:58 +0200)
source4/torture/smb2/durable_open.c
source4/torture/smb2/durable_v2_open.c

index c3d63d19a032b9af10000ba39c526b16248f4408..6e505a322626095a39c3a2cc623500fbc92b9d50 100644 (file)
@@ -30,7 +30,7 @@
 
 #define CHECK_VAL(v, correct) do { \
        if ((v) != (correct)) { \
-               torture_result(tctx, TORTURE_FAIL, "(%s): wrong value for %s got 0x%llx - should be 0x%llx\n", \
+               torture_result(tctx, TORTURE_FAIL, "(%s): wrong value for %s got 0x%llx - should be 0x%llx", \
                                __location__, #v, (unsigned long long)v, (unsigned long long)correct); \
                ret = false; \
        }} while (0)
index 4088b952f942060eefbc0202ac9818c40737356d..a0e41068aa4cfa281b60eed9d9745472a5541fd3 100644 (file)
@@ -29,7 +29,7 @@
 
 #define CHECK_VAL(v, correct) do { \
        if ((v) != (correct)) { \
-               torture_result(tctx, TORTURE_FAIL, "(%s): wrong value for %s got 0x%x - should be 0x%x\n", \
+               torture_result(tctx, TORTURE_FAIL, "(%s): wrong value for %s got 0x%x - should be 0x%x", \
                                __location__, #v, (int)v, (int)correct); \
                ret = false; \
        }} while (0)