removed some useless spaces; not very important, I know :)
[senf.git] / Socket / Protocols / Raw / TunTapSocketHandle.test.cc
index ec5fa10..a270d10 100644 (file)
@@ -1,9 +1,9 @@
-// $Id: PacketSocketHandle.test.cc 483 2007-10-30 14:48:42Z g0dil $
+// $Id$
 //
 // Copyright (C) 2006
-// Fraunhofer Institut fuer offene Kommunikationssysteme (FOKUS)
-// Kompetenzzentrum fuer Satelitenkommunikation (SatCom)
-//     Stefan Bund <stefan.bund@fokus.fraunhofer.de>
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
+//     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ BOOST_AUTO_UNIT_TEST(tapSocketHandle)
     }
     
     senf::TapSocketHandle handle ("tap_unittest");
-    int ret = system( "ifconfig tap_unittest up");
+    int ret = system( "/sbin/ifconfig tap_unittest up");
     BOOST_CHECK_EQUAL( WEXITSTATUS(ret), 0);
     
     senf::PacketSocketHandle sock;