Remove extra whitespace and tab when joining backslashed lines.
[autodist.git] / apps / autodist / tests / autodist1.test
index 2ea7cc433a29a62bd8e1e2df921ad14a20dab589..5175a28089171ac288ebeea53cf8c13d3114ad25 100755 (executable)
@@ -26,11 +26,17 @@ echo configure.ad ok
 EOF
 
 cat << EOF > Makefile.ad
-SUBDIRS=       \
+SUBDIRS=       \\
 #ifdef _DIST_NODEF
-       nodef   \
+       nodef   \\
+       poa     \\
+       paa     \\
 #endif _DIST_NODEF
-#endif
+       .       \\
+       .       \\
+       .       \\
+       .       \\
+
 EOF
 
 rm -rf distdir subdir