source: tests/creddy_tests/display.ck @ bec30b5

abac0-leakabac0-meimei-idtvf-new-xml
Last change on this file since bec30b5 was bec30b5, checked in by Mei <mei@…>, 11 years ago

1) change abac_context_load_directory to check on every regular files

and try to extract id id/privkey and then attribute in turn.

2) move id_certs to be context based instead of shared globally

  • 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 48 ]; 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.