Commit Diff


commit - c2677d5d89614e1ee741e7db045977d219d097f9
commit + cf0e59fe1a0f4e26a3cad1593337c6c93245fc02
blob - 924f64fe26aba6aa6608460e1529228d4b15deb9
blob + 0ee9bb50011d761f484a2b1996a32492bebab27e
--- regress/cmdline/revert.sh
+++ regress/cmdline/revert.sh
@@ -1452,8 +1452,8 @@ EOF
 		return 1
 	fi
 
-	readlink $testroot/wt/zeta2.link > $testroot/stdout
-	echo "epsilon/zeta" > $testroot/stdout.expected
+	readlink $testroot/wt/zeta3.link > $testroot/stdout
+	echo "beta" > $testroot/stdout.expected
 	cmp -s $testroot/stdout.expected $testroot/stdout
 	ret="$?"
 	if [ "$ret" != "0" ]; then