source: examples/creddy_tests/roles.ck @ 7e07118

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 7e07118 was 7e07118, checked in by Mei <mei@…>, 11 years ago

i1) adjust expected test result to changes in python's error catching

  • Property mode set to 100755
File size: 437 bytes
Line 
1#!/bin/sh
2
3# roles.ck
4
5result=`diff -I "I/O warning" -I "buy_rockets" -I "PRIVATE KEY" roles.out roles.save 2>/dev/null`
6
7if [ "$result" = "" ]; then
8    return 0
9else
10    return 1
11fi
12
13
14# ignore
15#< 200baedcb4bfc243cdefe11efb27e293b85a7232.buy_rockets<-200baedcb4bfc243cdefe11efb27e293b85a7232.preferred_customer
16#---
17#> da8282ce28befbb08b432822f282dce02e28eaec.buy_rockets<-da8282ce28befbb08b432822f282dce02e28eaec.preferred_customer
18#
19
Note: See TracBrowser for help on using the repository browser.