source: examples/creddy_tests/display.ck @ 06c86d7

mei-rt0-n
Last change on this file since 06c86d7 was 06c86d7, checked in by Mei <mei@…>, 11 years ago

i1) trying to get in sync with master

  • Property mode set to 100755
File size: 147 bytes
Line 
1#!/bin/sh
2
3# display.ck
4
5result=`diff display.out display.save 2>/dev/null |wc -l`
6
7if [ $result -eq 22 ]; then
8    return 0
9else
10    return 1
11fi
12
Note: See TracBrowser for help on using the repository browser.