Fossil SCM

In the 'merge5' test, use the configured Fossil executable instead of relying on the PATH.

mistachkin 2016-01-14 22:33 trunk
Commit acbee54e8ba8a3bd9a8f18baabd8bde4814fc0ac
1 file changed +1 -1
--- test/merge5.test
+++ test/merge5.test
@@ -48,11 +48,11 @@
4848
# We need not to clutter the $HOME of the test caller.
4949
set env(HOME) [pwd]
5050
5151
# Construct a test repository
5252
#
53
-exec fossil sqlite3 --no-repository m5.fossil <$testdir/${testfile}_repo.sql
53
+exec $::fossilexe sqlite3 --no-repository m5.fossil <$testdir/${testfile}_repo.sql
5454
fossil rebuild m5.fossil
5555
fossil open m5.fossil
5656
fossil user default drh --user drh
5757
fossil update baseline
5858
checkout-test 10 {
5959
--- test/merge5.test
+++ test/merge5.test
@@ -48,11 +48,11 @@
48 # We need not to clutter the $HOME of the test caller.
49 set env(HOME) [pwd]
50
51 # Construct a test repository
52 #
53 exec fossil sqlite3 --no-repository m5.fossil <$testdir/${testfile}_repo.sql
54 fossil rebuild m5.fossil
55 fossil open m5.fossil
56 fossil user default drh --user drh
57 fossil update baseline
58 checkout-test 10 {
59
--- test/merge5.test
+++ test/merge5.test
@@ -48,11 +48,11 @@
48 # We need not to clutter the $HOME of the test caller.
49 set env(HOME) [pwd]
50
51 # Construct a test repository
52 #
53 exec $::fossilexe sqlite3 --no-repository m5.fossil <$testdir/${testfile}_repo.sql
54 fossil rebuild m5.fossil
55 fossil open m5.fossil
56 fossil user default drh --user drh
57 fossil update baseline
58 checkout-test 10 {
59

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button