source: tests/creddy_tests/display.ck @ 81c80b9

abac0-leakabac0-mei
Last change on this file since 81c80b9 was 6d3fc40, checked in by Mei <mei@…>, 11 years ago

1) fixed doc on linked role
2) add a dummy list to creddy's display so attribute's issuer can hang

somewhere.

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