From 057758671005d28efff9cdaf34a28451c0a6867b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 27 Aug 1997 00:29:18 +0200
Subject: [PATCH] Added a test of combine_path().

Rev: src/testsuite.in:1.46
---
 src/testsuite.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/testsuite.in b/src/testsuite.in
index 94f40bda80..accd80eaed 100644
--- a/src/testsuite.in
+++ b/src/testsuite.in
@@ -1,4 +1,4 @@
-test_true([["$Id: testsuite.in,v 1.45 1997/07/09 00:57:07 hubbe Exp $"]])
+test_true([["$Id: testsuite.in,v 1.46 1997/08/26 22:29:18 grubba Exp $"]])
 test_eq(1e1,10.0)
 test_eq(1E1,10.0)
 test_eq(1e+1,10.0)
@@ -1458,6 +1458,7 @@ test_eq(clone(compile_string("int foo() { return 17; }"))->foo(),17)
 // - combine_path
 test_eq([[combine_path("/foo/bar/gazonk/","..")]],"/foo/bar")
 test_eq([[combine_path("/.../","sune")]],"/.../sune")
+test_eq([[combine_path("/",".")]],"/")
 test_eq([[combine_path("/","foo/.../sune")]],"/foo/.../sune")
 test_eq([[combine_path("/./foo/bar//gazonk/","../")]],"/foo/bar/")
 test_eq([[combine_path("/","/foo/./bar/gazonk/..")]],"/foo/bar")
-- 
GitLab