[FriBidi-commit] fribidi/test run.tests,1.1.1.1,1.2

Behdad Esfahbod behdad at pdx.freedesktop.org
Tue May 4 08:05:22 EST 2004


Update of /cvs/fribidi/fribidi/test
In directory pdx:/tmp/cvs-serv16180/test

Modified Files:
	run.tests 
Log Message:
Changed the run data structure from a double-terminated deque, to a
circular deque with a single sentinel.  To debug that, also added some assert
stuff, added function attributes, deprecated old interfaces, and humm, that it
for now.


Index: run.tests
===================================================================
RCS file: /cvs/fribidi/fribidi/test/run.tests,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- a/run.tests	25 Apr 2004 18:47:57 -0000	1.1.1.1
+++ b/run.tests	3 May 2004 22:05:19 -0000	1.2
@@ -1,4 +1,4 @@
-#!/bin/bash
+#! /bin/sh
 # run.tests - Check that the algorithm does what it is supposed to
 # Copyright (C) 1999,2000 Dov Grobgeld, and
 # Copyright (C) 2001,2002 Behdad Esfahbod.
@@ -26,7 +26,7 @@
 fi
 
 if test -z "$srcdir"; then
-  srcdir=.
+  srcdir=`echo "$0" | sed 's,/[^/]*$,,'`
 fi
 
 test "${VERBOSE+set}" != "set" && VERBOSE=yes




More information about the FriBidi-Commit mailing list