source: kde/kreadconfig/kreadconfig-test.sh@ 795

Last change on this file since 795 was 795, checked in by joergs, on Sep 2, 2009 at 6:45:46 PM

extended tests

  • Property svn:executable set to *
  • Property svn:keywords set to
    Id
    Rev
File size: 272 bytes
Line 
1#!/bin/bash
2
3# test application for kreadconfig.py
4# $Id: kreadconfig-test.sh 795 2009-09-02 16:45:46Z joergs $
5
6#kde4-config --path config
7
8echo "set KDEDIRS to test/profile1 and test/profile2"
9export KDEDIRS=$PWD/test/profile1:$PWD/test/profile2
10
11#echo $KDEDIRS
12kde4-config --path config
13
14echo
15
16./kreadconfig.py testconfig
17
Note: See TracBrowser for help on using the repository browser.