tests/test-glog.t
changeset 16434 8b62a77d0895
parent 16431 c85098cdd7df
child 16484 bf877ebed866
--- a/tests/test-glog.t	Sat Apr 14 11:16:57 2012 +0200
+++ b/tests/test-glog.t	Sat Apr 14 11:27:11 2012 +0200
@@ -2026,6 +2026,20 @@
           ('string', 'r:')
           ('string', 'd:relpath'))
         ('string', 'p:.'))))
+  $ testlog ../b
+  []
+  (group
+    (group
+      (func
+        ('symbol', 'filelog')
+        ('string', '../b'))))
+  $ testlog -f ../b
+  []
+  (group
+    (group
+      (func
+        ('symbol', 'follow')
+        ('string', 'b'))))
   $ cd ..
 
 Test --hidden