]> arthur.barton.de Git - netatalk.git/blobdiff - test/afpd/test.sh
library versioning: update to 16:0:0
[netatalk.git] / test / afpd / test.sh
index 80066b6e118937b250413abece50a9fc18b0c33e..0396f689241801b84265f46ff68b04e887be0374 100755 (executable)
@@ -10,15 +10,12 @@ fi
 if [ ! -f test.conf ] ; then
     echo -n "Creating configuration template ... "
     cat > test.conf <<EOF
-test -noddp -port 10548
-EOF
-    echo [ok]
-fi
+[Global]
+afp port = 10548
 
-if [ ! -f test.default ] ; then
-    echo -n "Creating volume config template ... "
-    cat > test.default <<EOF
-/tmp/AFPtestvolume "test" ea:none
+[test]
+path = /tmp/AFPtestvolume
+cnid scheme = last
 EOF
     echo [ok]
 fi