Also don't set MYFS before running the special jffs2 test, because it would
cause all branches to use jffs2, and we only want the topmost branch to be
jffs2.
Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
# run all unionfs regression tests
# support for nfs4 isn't ready yet
-LIST="ext2 ext3 xfs reiserfs nfs2 nfs3"
+LIST="ext2 ext3 ext4 xfs reiserfs nfs2 nfs3"
for fs in $LIST
do
echo "Running $fs tests..."
done
# jffs2 is a special test, as jffs2 is used only as the leftmost branch
-MYFS="jffs2" ./run-tests jffs2 || exit $?
+./run-tests jffs2 || exit $?