JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Fix db_get_value after mysql->mysqli upgrade
[wfpl.git] / test / tar_test.php
index 59cdf99..60493f2 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 
-require_once('code/wfpl/tar.php');
+require_once(__DIR__.'/../'.'tar.php');
 
 # Unfortunately, I don't know how to set the suggested filename for downloads,
 # so you'll have to deal with that yourself.
@@ -8,5 +8,3 @@ make_tar('foo', array(
        'foo.txt' => 'foo two three four',
        'README' => 'this is a test...',
        'Makefile' => 'all: or_nothing'));
-
-?>