Deleted Added
full compact
3c3
< # @(#)run.test 8.7 (Berkeley) 9/16/93
---
> # @(#)run.test 8.10 (Berkeley) 7/26/94
10,15c10,13
< DICT=/usr/share/dict/words
< #DICT=/usr/dict/words
< PROG=./dbtest
< TMP1=t1
< TMP2=t2
< TMP3=t3
---
> PROG=./dbtest
> TMP1=t1
> TMP2=t2
> TMP3=t3
16a15,23
> if [ -f /usr/share/dict/words ]; then
> DICT=/usr/share/dict/words
> elif [ -f /usr/dict/words ]; then
> DICT=/usr/dict/words
> else
> echo 'run.test: no dictionary'
> exit 1
> fi
>
348c355
< printf("get failed, no such key\n");
---
> printf("seq failed, no such key\n");
367c374
< printf("r\nk120\n");
---
> printf("r\n");
370c377
< printf("r\nk1\n");
---
> printf("r\n");
395c402
< printf("e\t%d of 10 (comparison)\r\n", i);
---
> printf("e\t%d of 10 (comparison)\n", i);
397c404
< printf("e\t%d of 10 \r\n", i);
---
> printf("e\t%d of 10 \n", i);
400,401d406
< printf("e\n");
< printf("eend of test8 run\n");
462c467
< printf("fR_CURSOR\nr\nk1\n");
---
> printf("fR_CURSOR\nr\n");
576c581,582
< $PROG -ilorder=$order -f byte.file -o $TMP3 $type $TMP2
---
> $PROG -s \
> -ilorder=$order -f byte.file -o $TMP3 $type $TMP2