From 26613473cf46dd955dcda1cb5741284b66ff267e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Panzenb=C3=B6ck?= Date: Thu, 23 Jun 2011 20:17:54 +0200 Subject: forgot to remove debug code --- tests/test_s3m.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/test_s3m.cpp b/tests/test_s3m.cpp index 0fa0cb87..efc9745c 100644 --- a/tests/test_s3m.cpp +++ b/tests/test_s3m.cpp @@ -75,11 +75,6 @@ public: file.tag()->setTrackerName("won't be saved"); CPPUNIT_ASSERT(file.save()); } - String cmd("cp "); - cmd += copy.fileName(); - cmd += " /tmp/copy.s3m"; - CPPUNIT_ASSERT_EQUAL(0, system(cmd.data(String::Latin1).data())); - testRead(copy.fileName().c_str(), titleAfter, commentAfter); CPPUNIT_ASSERT(fileEqual( copy.fileName(), -- cgit v1.2.3